]> git.neil.brown.name Git - wiggle.git/commit
Split non-static code out of wiggle.c
authorNeilBrown <neil@brown.name>
Sat, 3 Oct 2020 10:05:57 +0000 (20:05 +1000)
committerNeilBrown <neil@brown.name>
Sat, 3 Oct 2020 10:05:57 +0000 (20:05 +1000)
commit39d360c6f585f566c08e63517bef77c4f43c3c67
treeddb486d068299e03a42491c5f7992d412b972b53
parent2a74063c4ef6993c2fac138508680ab5625f1bac
Split non-static code out of wiggle.c

wiggle.c container some code that other files reference.
Now that this other file can live in a library (libwiggle),
move that code into a new file - util.c - so it is
available in the library.

Signed-off-by: NeilBrown <neil@brown.name>
Makefile
utils.c [new file with mode: 0644]
wiggle.c